Manual Deployment
Follow the below steps for deploying the upgrade utility micro service manually (without docker).
-
Go to the upgradeutility folder.
-
Run the below command.
Windows → java -cp "upgradeutility.jar;libs/*" com.oracle.insurance.upgradeutility.cmd.UpgradeUtilityMain
Linux → java -cp "upgradeutility.jar:libs/*" com.oracle.insurance.upgradeutility.cmd.UpgradeUtilityMain
Note: In order to track the Upgrade status, this version of Upgrade Utility will create a new table named UpgradeProcess. This will not impact the upgrade process. The Upgrade will only begin when the user hits the Upgrade button on the screen.
Access the URL http://hostname:6060/UpgradeUtility/index.html to get the log in screen.